![]() |
MQTT C Client Libraries Internals
|
Data Fields | |
| char | struct_id [4] |
| The eyecatcher for this structure. More... | |
| int | struct_version |
| The version number of this structure. More... | |
| int | sendWhileDisconnected |
| Whether to allow messages to be sent when the client library is not connected. More... | |
| int | maxBufferedMessages |
| the maximum number of messages allowed to be buffered while not connected. More... | |
| int MQTTAsync_createOptions::maxBufferedMessages |
the maximum number of messages allowed to be buffered while not connected.
| int MQTTAsync_createOptions::sendWhileDisconnected |
Whether to allow messages to be sent when the client library is not connected.
| char MQTTAsync_createOptions::struct_id[4] |
The eyecatcher for this structure.
must be MQCO.
| int MQTTAsync_createOptions::struct_version |
The version number of this structure.
Must be 0
1.8.14